go/types.typeWriter.typ (method)

24 uses

	go/types (current package)
		context.go#L55: 	h.typ(orig)
		typestring.go#L57: 	w.typ(typ)
		typestring.go#L65: 	newTypeWriter(buf, qf).typ(typ)
		typestring.go#L119: func (w *typeWriter) typ(typ Type) {
		typestring.go#L146: 		w.typ(t.elem)
		typestring.go#L150: 		w.typ(t.elem)
		typestring.go#L165: 			w.typ(f.typ)
		typestring.go#L178: 		w.typ(t.base)
		typestring.go#L201: 			w.typ(t.typ)
		typestring.go#L220: 				w.typ(t.embeddeds[0])
		typestring.go#L245: 				w.typ(typ)
		typestring.go#L252: 		w.typ(t.key)
		typestring.go#L254: 		w.typ(t.elem)
		typestring.go#L277: 		w.typ(t.elem)
		typestring.go#L346: 			newTypeHasher(&buf, w.ctxt).typ(term.typ)
		typestring.go#L363: 		w.typ(typ)
		typestring.go#L383: 				w.typ(prev)
		typestring.go#L388: 		w.typ(tpar)
		typestring.go#L392: 		w.typ(prev)
		typestring.go#L428: 					w.typ(typ)
		typestring.go#L433: 			w.typ(typ)
		typestring.go#L462: 		w.typ(sig.results.vars[0].typ)
		unify.go#L115: 		w.typ(tpar)
		unify.go#L117: 		w.typ(d.at(i))